KeyChain.FindPassword Function

Returns a String. Attempts to find the password for an Item in the given Keychain that matches kci.

Syntax

result = KeyChain.FindPassword( kci )

Parameters

kci

ByRef KeyChainItem

Return Value

Result

String

Notes

At the end of a successful call, kci will point to the found KeyChain Item.

If it fails, it generates a KeyChainException.